Skip to content

Conversation

Amanpatel30
Copy link

This introduces a helper function to generate SQL bulk inserts from arrays, reducing boilerplate when inserting multiple rows.

  • Added createBulkInsert logic in src/bulkInsert.ts
  • Added tests in __tests__/bulkInsert.test.ts
  • Updated README.md and package.json to include new functionality & dependencies

Closes #147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Support syntax helper for "bulk insert with parameters"

1 participant